Q3QuaternionTransform_Submit
You can use theQ3QuaternionTransform_Submit
function to submit a quaternion transform without creating an object or allocating memory.
TQ3Status Q3QuaternionTransform_Submit ( TQ3Quaternion *quaternion, TQ3ViewObject view);
quaternion
- A quaternion.
view
- A view.
DESCRIPTION
TheQ3QuaternionTransform_Submit
function pushes the quaternion transform specified by thequaternion
parameter on the view transform stack of the view specified by theview
parameter. The function returnskQ3Success
if the operation succeeds andkQ3Failure
otherwise.SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.